home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / shook < prev    next >
Encoding:
Text File  |  2002-10-28  |  441 b   |  20 lines

  1. Synopsis:
  2.    shook <hook> <args>
  3.  
  4. Description:
  5.    SHOOK simulates the hooking of an /ON event with parameters you specify.
  6.  
  7. Examples:
  8.    /shook msg Me This message is fake
  9.       
  10.    *Me* This message is fake
  11.    
  12. See Also:
  13.    on(4)
  14.    
  15. Other Notes:
  16.    Simulating a hook that depends on $userhost() can cause some major problems
  17.    and confusion in the client. It is advised that you try to avoid that as
  18.    much as possible.
  19.  
  20.